@import "flex.css";
@import "footer.css";

:root
{
    --color-nande:  rgb(213,132,50);

    --color-grisclaro: #4c4c4c;
    --color-grisoscuro: #3a3a3a;
}
 
body
{
    font-family: 'Poppins' !important;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

#header
{
    position: fixed;
    top: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, var(--color-grisclaro), var(--color-grisoscuro));
}

.seccion
{
    background-image: linear-gradient(var(--color-grisoscuro),var(--color-grisclaro),var(--color-grisoscuro));
}

#menu
{
    background-image: url('../img/FONDO NANDE CABLE.png');
    background-position: top right;
    background-attachment: fixed;
}
.nos
{
    margin: 2vh 2vw;
    padding: 2vh 2vw;
    border-radius: 8px;
    width: 75%;
    margin: 1rem 0.21rem;
    background-image: linear-gradient(to bottom, var(--color-grisclaro), var(--color-grisoscuro));
    
}

.menu
{
    width: 18%;
    margin: 1rem 0.21rem;
    
}

#headerLogo
{
    width: 25rem;
}

.logo
{
    width: 12vw;
    transition: 0.3s;
}

.logo-container
{
    width: 100%;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p,label,li,a
{
    font-family: 'Poppins';
}

.white
{
    color: white;
}

h1,h2,h3,h4,h5
{
    margin: 0.2rem;
}

a
{
    text-decoration: none;
    text-align: center;
}

#plus {
    list-style-type: " + ";
  }
  .tick {
    list-style-type: " ✔ ";
  }
  .game {
    list-style-type: " 🎮 ";
  }

h6
{
    height: 100%;
    width: 100%;
}

#imagenContainer
{
    width: 100%;
}

.titulo
{
    text-align: center;
    border-bottom: 2px solid var(--color-nande); 
    background-color: rgb(26,26,26); 
    padding: 1px;
}


@media (max-width: 980px) {
    #main
    {
        display: none;
    }
}